home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / WORDPRO / ivmacro / DELALL.EXE / 0 / RCDATA / TDLGUNINSTALL / TDLGUNINSTALL.txt
Text File  |  1997-06-12  |  1KB  |  69 lines

  1. object dlgUninstall: TdlgUninstall
  2.   Left = 309
  3.   Top = 118
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'InVircible Uninstall'
  7.   ClientHeight = 105
  8.   ClientWidth = 337
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object grpLabels: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 321
  22.     Height = 89
  23.     TabOrder = 0
  24.     object lblDelete: TLabel
  25.       Left = 8
  26.       Top = 16
  27.       Width = 193
  28.       Height = 13
  29.       Caption = 'Removing installed files and directories.'
  30.     end
  31.     object lblRegistry: TLabel
  32.       Left = 8
  33.       Top = 40
  34.       Width = 193
  35.       Height = 13
  36.       Caption = 'Removing created registry keys.'
  37.     end
  38.     object lblPFolder: TLabel
  39.       Left = 8
  40.       Top = 64
  41.       Width = 305
  42.       Height = 17
  43.       AutoSize = False
  44.       Caption = 'Removing created Program Folder/Start Menu items.'
  45.       Font.Color = clWindowText
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = []
  49.       ParentFont = False
  50.       WordWrap = True
  51.     end
  52.   end
  53.   object DdeProgman: TDdeClientConv
  54.     DdeService = 'progman'
  55.     DdeTopic = 'progman'
  56.     Left = 288
  57.     Top = 24
  58.     LinkInfo = (
  59.       'Service progman'
  60.       'Topic progman')
  61.   end
  62.   object Timer: TTimer
  63.     Interval = 750
  64.     OnTimer = TimerTimer
  65.     Left = 256
  66.     Top = 24
  67.   end
  68. end
  69.